Is it possible to define your own style sheet in the XAML application?
You can use the following XAML sample code to include a custom style sheet in your Sheer UI application:
<FormPage>
<RenderLiteral>
<Stylesheet Src="/custom.css"/>
</RenderLiteral>